projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6eaeadb
)
gdk/surface: Use enum type for surface type
author
Jonas Ådahl
<jadahl@gmail.com>
Mon, 22 Jul 2019 20:27:37 +0000
(22:27 +0200)
committer
Jonas Ådahl
<jadahl@gmail.com>
Wed, 19 Feb 2020 08:47:18 +0000
(09:47 +0100)
gdk/gdksurfaceprivate.h
patch
|
blob
|
history
diff --git
a/gdk/gdksurfaceprivate.h
b/gdk/gdksurfaceprivate.h
index be587ade5e2b0c6f01968634cbe7015a633a8e6d..eafdb78c1979c2ddbad87712c6fe6f09323b2c4c 100644
(file)
--- a/
gdk/gdksurfaceprivate.h
+++ b/
gdk/gdksurfaceprivate.h
@@
-41,7
+41,7
@@
struct _GdkSurface
gint x;
gint y;
-
guint8
surface_type;
+
GdkSurfaceType
surface_type;
guint8 resize_count;